home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Red Eye Press Kit
/
Red Eye Press Kit.iso
/
pc
/
main.dxr
/
SCRIPTS_13_goPreview.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-07-18
|
175 b
|
12 lines
property thumbImage
global previewImage
on beginSprite me
thumbImage = sprite(me.spriteNum).member.name
end
on mouseUp me
previewImage = thumbImage
go("PREVIEWS")
end